变换编码:一种常见于信号处理与数据压缩(如图像、音频、视频)的编码方法。它先把原始数据通过某种数学变换(如 DCT、DFT、小波变换)转换到另一种表示空间,使能量更集中,再对变换系数进行量化与编码,从而提高压缩效率。(在不同领域也可能有更具体的实现与含义。)
/trænsˈfɔːrm ˈkoʊdɪŋ/
Transform coding is widely used in JPEG image compression.
变换编码广泛用于 JPEG 图像压缩。
By applying transform coding, the system concentrates most of the signal’s energy into a few coefficients, which reduces the bitrate after quantization.
通过变换编码,系统把信号的大部分能量集中到少量系数中,从而在量化后降低码率。
transform 来自拉丁语 transformare(“改变形状/形式”),由 *trans-*(“跨越、改变”)+ formare(“形成”)构成;coding 源自 code(编码/代码)+ -ing。合在一起,transform coding 字面意思是“先做变换再进行编码”,对应压缩领域中“先变换、后量化与熵编码”的经典流程。